home *** CD-ROM | disk | FTP | other *** search
- object ExtDemoHlpFrm: TExtDemoHlpFrm
- Left = 141
- Top = 180
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Tabbed Notebook Dialog'
- ClientHeight = 204
- ClientWidth = 525
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 20
- object OKBtn: TBitBtn
- Left = 420
- Top = 23
- Width = 96
- Height = 43
- Caption = '&Source'
- Default = True
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = OKBtnClick
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333FFFF3333FFFF33333330000333300003333333377
- 77FF337777FF33333033360330333603333F37F3377F37F3377F330330FFF303
- 30F3F303337337F3337F37F3337F303330FFF303303FF30337F337F3337FF7F3
- 337F3033303FF307703FF30337F337FFFF7777FFFF7F30330700003000000073
- 37F377777737777777733030733333333033073337F773333333373F77333707
- 3333333333003333377733333333337733333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333}
- Layout = blGlyphTop
- Margin = 2
- NumGlyphs = 2
- Style = bsNew
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 420
- Top = 125
- Width = 96
- Height = 46
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkClose
- Layout = blGlyphTop
- Margin = 2
- Style = bsNew
- Spacing = -1
- end
- object Panel1: TPanel
- Left = 10
- Top = 20
- Width = 396
- Height = 156
- Caption = 'Panel1'
- TabOrder = 2
- object Memo1: TMemo
- Left = 10
- Top = 10
- Width = 371
- Height = 141
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Enabled = False
- Lines.Strings = (
- 'FormulaBuilder allows programmer-defined '
- 'functions to be integrated easily into the '
- 'engine. This program dynamically registers '
- 'and unregisters functions written in '
- 'ObjectPascal which demonstrate the some '
- 'of the power and usefulness of this technique.')
- ParentCtl3D = False
- TabOrder = 0
- end
- end
- end
-